To use the thread safe version of Clean on 64 bit windows:

- install the 64 bit version of Clean as usual

- copy the file CodeGeneratorTS.exe into the Clean 2.4 (64)\Tools\Clean System 64 directory

- copy the directories StdEnvTS and graph_copy_ts into the Clean 2.4 (64)\Libraries directory

- create a StdEnv TS environment in the CleanIDE:

	- start the CleanIDE

	- select menu Environment / Edit List ...

	- select StdEnv in the dialog and press the Copy.. button

	- enter StdEnv TS and press the OK button

	- press the OK button of the dialog

	- select menu Environment / StdEnv TS

	- select menu Environment / Edit Current ..

	- change the field to the right of Generator: to: Tools\Clean System 64\CodeGeneratorTS.exe

	- select Paths

	- press the Append... button and select the StdEnvTS directory (in the Libraries directory),
	  and press the OK button

	- select {Application}\Libraries\StdEnv and press the Remove button

	- press the Done button

To compile the programs, open the window.prj or test_graph_copy.prj file using menu
File / Open.. and then use menu Project / Bring Up To Date (or press ctrl+O and ctrl+U instead).

The source code can be downloaded using svn from:

https://svn.cs.ru.nl/repos/clean-code-generator/
https://svn.cs.ru.nl/repos/clean-run-time-system/
